home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / svgabg52.zip / NOTES256.SVG < prev    next >
Text File  |  1993-09-11  |  2KB  |  67 lines

  1. SuperVGA 256 BGI driver 
  2. Version 3.0
  3. August 28, 1993
  4.  
  5. Revisions:
  6.     2.6 - May 21, 1993
  7.     2.5 - April 20, 1993
  8.     2.45 - January 28, 1993
  9.     2.4 - June 12, 1992
  10.  
  11. This is the newest version of my SuperVGA 256 BGI driver.  I have fixed 
  12. several bugs in the previous releases, as well as added several improvements.
  13.  
  14.     o 1024x768x256 color mode is now supported on Tseng 4000,
  15.       Chips&Tech, Trident 8900 and Ahead video cards.
  16.  
  17.     o Getimage and putimage will work with bitmaps up to the 
  18.      size of available memory. (> 64k)
  19.  
  20.     o VESA support has been added.
  21.  
  22.     o Added setvgapalette256 function.
  23.  
  24.     o Floodfill is implemented. (still slow!) (2.0)
  25.  
  26.     o Added new logical operations to putimage (2.25)
  27.       XNOR_PUT
  28.       NOR_PUT
  29.       NAND_PUT
  30.       TRANS_COPY_PUT - Treats 0 as transparent (useful for cursors)
  31.  
  32.     o Logical operations for putimage actually work correctly! ;-> (2.3)
  33.  
  34.     o Fixed minor line drawing bug (2.31)
  35.  
  36.     o Support for the S3 card (non-native mode) has been added (2.4)
  37.  
  38.     o Paging has been implemented for SuperVGA cards that support it (2.4)
  39.       (Currently only support Tseng4000, C&T, Paradise and Video7;
  40.        ATI and Genoa cards do not support paging above 64k)
  41.  
  42.     Mode            Paging?        # of pages (with 1024k)
  43.     320x200            yes         16
  44.     640x400            yes         4
  45.     640x480            yes         3
  46.     800x600            yes         2
  47.     1024x768        no        1
  48.     640x350            yes         4
  49.     1280x1024        no        0    (needs 1.2M)
  50.  
  51.     o Mouse code hooks added (2.45)
  52.  
  53.     o New card support added, changed old card support (2.5)
  54.         Acumos, Avance Logic 2101, Cirrus 54xx, Compaq, MXIC 68020, NCR, 
  55.         Primus 2000, Realtek
  56.  
  57.     o Paging enhanced to work with new cards (2.5)
  58.  
  59.     o Fixed text clipping at right and bottom edges (2.6)
  60.  
  61.     o Various speed optimizations (line & solid bar) (2.6)
  62.  
  63.     o Added compile-time support for 8x8, 8x14, or 8x16 bitmap fonts (2.6)
  64.  
  65.     o Drivers now have compile-time support for BGI version 3.0.
  66.       Supports protected mode with Borland Pascal 7.0 (3.0)
  67.